home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  402 b   |  18 lines

  1. on exitFrame
  2.   global gprev
  3.   if the movieRate of sprite 48 = 0 then
  4.     set the castNum of sprite 4 to 133
  5.   else
  6.     set the castNum of sprite 4 to 153
  7.   end if
  8.   if the movieTime of sprite 48 = the duration of cast the castNum of sprite 48 then
  9.     repeat with i = 1 to 48
  10.       puppetSprite(i, 0)
  11.     end repeat
  12.     go(gprev)
  13.     puppetPalette("newpal")
  14.     patchPal()
  15.   end if
  16.   go(the frame)
  17. end
  18.